home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / bifac100.zip / BIFACE.CTL next >
Text File  |  1991-05-29  |  1KB  |  47 lines

  1. ;
  2. ; BiFace.Ctl, control file for BiFace v1.00 (c) 1991 by In Fase Productions
  3. ;
  4. ; This control file should be placed in the same directory as where
  5. ; BiFace.EXE is.
  6. ; Textfiles should be in:
  7. ; - The current directory or
  8. ; - The same directory as where BiFace.EXE is or
  9. ; - The RA textfiles directory.
  10. ;
  11. ; The information in this file is NOT case sensitive!
  12. ; Any text placed behind a ; will be ignored!
  13. ;
  14.  
  15. ; Textfile where menu is put in (ANS/ASC/AVT)
  16. BiFaceMenu  = BiMenu
  17.  
  18. ; Textfile to display when help is needed
  19. BiFaceHelp  = BiHelp
  20.  
  21. ; Textfile to display when statistics are wanted
  22. BiFaceStats = BiStats
  23.  
  24. ; Full path and name to BiModem.Com
  25. BiModem     = C:\BBS\PROTOCOLS\BIMODEM.COM
  26.  
  27. ; Full path and name to BiModem.Cfg
  28. BiConfig    = C:\BBS\PROTOCOLS\BIMODEM.CFG
  29.  
  30. ; Directory to put uploaded files in
  31. UpLoadDir   = C:\FILES\UPLOADS
  32.  
  33. ; Key to invoke BiModem at once
  34. BiStartKey  = S;tart bimodem at once
  35.  
  36. ; Key to enter files to download
  37. BiEnterKey  = E;nter files to download
  38.  
  39. ; Key to display helpfile
  40. BiHelpKey   = H;elp
  41.  
  42. ; Key to display statistics
  43. BiStatsKey  = D;isplay statistics
  44.  
  45. ; Key to quit to the BBS
  46. BiQuitKey   = Q;uit
  47.